PUT /DataCube/AnalysisElementVisible/{id}/

Shows or hides an analysis element within the data cube.
 

Request

Method Request URI
PUT /API/DataCube/AnalysisElementVisible/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the data cube the parameter is in.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.ChangeAnalysisElementVisibilityOptions

Response

Response Body

An Dundas.BI.WebApi.Models.AnalysisElementData object, or a status code indicating the reason for failure.